DragAndDropOptions

data class DragAndDropOptions(val dragAndDropEnabled: Boolean = true, val externalDragEnabled: Boolean = true)

The configuration options for the drag-and-drop functionality in the browser view.

Since

8.1.0

Constructors

Link copied to clipboard
constructor(dragAndDropEnabled: Boolean = true, externalDragEnabled: Boolean = true)

Properties

Link copied to clipboard

Specifies whether drag-and-drop functionality is enabled.

Link copied to clipboard

Specifies whether drag-and-drop from the outside of the browser is allowed.